home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 296
- Top = 149
- AutoScroll = False
- Caption = 'Gauge Test'
- ClientHeight = 272
- ClientWidth = 278
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- TextHeight = 16
- object RtGauge1: TRtGauge
- Left = 32
- Top = 86
- Width = 129
- Height = 33
- Hint = 'lala'
- BevelInner = bvLowered
- ParentColor = True
- FillColor = clMaroon
- TextKind = tkPercentage
- Value = 50
- end
- object Gauge1: TGauge
- Left = 32
- Top = 163
- Width = 129
- Height = 27
- Color = clActiveCaption
- ForeColor = clGray
- ParentColor = False
- Progress = 50
- end
- object Label1: TLabel
- Left = 176
- Top = 96
- Width = 56
- Height = 16
- Caption = '00:00:00'
- end
- object Label2: TLabel
- Left = 176
- Top = 168
- Width = 56
- Height = 16
- Caption = '00:00:00'
- end
- object Label3: TLabel
- Left = 176
- Top = 240
- Width = 56
- Height = 16
- Caption = '00:00:00'
- end
- object Label4: TLabel
- Left = 32
- Top = 16
- Width = 61
- Height = 16
- Caption = 'Iterations'
- end
- object Button1: TButton
- Left = 32
- Top = 54
- Width = 129
- Height = 27
- Caption = 'RtGauge'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 32
- Top = 131
- Width = 129
- Height = 27
- Caption = 'Samples Gauge'
- TabOrder = 1
- OnClick = Button2Click
- end
- object BiGauge1: TBiGauge
- Left = 32
- Top = 234
- Width = 129
- Height = 25
- Caption = 'BiGauge1'
- Min = 0
- Max = 100
- Value = 50
- Margin = 2
- Orientation = 0
- BarColor = clBlue
- BevelSize = 3
- BevelStyle = 0
- end
- object Button3: TButton
- Left = 32
- Top = 202
- Width = 129
- Height = 26
- Caption = 'BiGauge'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Edit1: TEdit
- Left = 112
- Top = 16
- Width = 121
- Height = 24
- TabOrder = 4
- Text = '10000'
- end
- end
-